|
| .NET Framework Class Library |
| Lazy<(Of <(T>)>)..::.ToString Method |
| Lazy<(Of <(T>)>) Class See Also Send Feedback |
Creates and returns a string representation of this instance.
Namespace:
System
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function ToString As String |
| C# |
|---|
public override string ToString() |
Return Value
The result of calling ToString()()() on the Value.
Exceptions
| Exception | Condition |
|---|---|
| System..::.NullReferenceException | The Value is null. |